Skip to content

Update dependency next to v16.2.0-canary.103#89

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nextjs-monorepo
Open

Update dependency next to v16.2.0-canary.103#89
renovate[bot] wants to merge 1 commit intomainfrom
renovate/nextjs-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Diffend
next (source) 16.2.0-canary.8516.2.0-canary.103 age adoption passing confidence Diff

Release Notes

vercel/next.js (next)

v16.2.0-canary.103

Compare Source

v16.2.0-canary.102

Compare Source

v16.2.0-canary.101

Compare Source

v16.2.0-canary.100

Compare Source

Core Changes
  • fix: test-cargo-unit CI job timing out since LTO was enabled: #​91424
Credits

Huge thanks to @​lukesandberg for helping!

v16.2.0-canary.99

Compare Source

Core Changes
  • Add eval and docs for unstable_instant: #​91334
  • Simplify scroll restoration with shared ScrollRef on CacheNode: #​91348
Misc Changes
  • disable sub shell generation test outside of adapter: #​91353
  • Turboopack: put import attributes behind a pointer, 23% faster analyze: #​91347
  • Turbopack: require(/* turbopackChunkingType: parallel */: #​91278
  • Turbopack: use keyed cell access for AsyncModulesInfo: #​91305
  • Enable thin LTO for release builds: #​91343
  • [turbopack] const-ify most of the registration code: #​90868
Credits

Huge thanks to @​gaojude, @​ztanner, @​mischnic, @​acdlite, @​sokra, and @​mmastrac for helping!

v16.2.0-canary.98

Compare Source

Core Changes
  • partial fallbacks: only upgrade shells with remaining prerenderable params: #​91158
  • partial fallbacks: complete generic shells into more specific shells: #​91231
Misc Changes
  • Turbopack: Remove old macos-compress script: #​90967
  • docs: remove incorrect _document.tsx font example: #​91346
Credits

Huge thanks to @​bgw, @​ztanner, and @​zamadye for helping!

v16.2.0-canary.97

Compare Source

Core Changes
  • Expose edge runtime fields in build-complete: #​91239
  • [turbopack] Remove turbo_tasks::function from ModuleReference getters: #​91229
  • [Turbopack] write route bundle stats to .next/diagnostics/route-bundle-stats.json: #​90949
Misc Changes
  • re-enable RDC deployment tests: #​91327
  • Use keyed cells for used_exports and export_circuit_breakers in BindingUsageInfo: #​91306
  • [test] Show decoded binary WebSocket messages in traces: #​91308
  • Docs skills: guide and api-reference: #​90992
  • Turbopack: switch chunk/asset hashes from hex to base40 encoding: #​91137
  • Turbopack: don't emit polyfill chunk for API routes: #​91331
  • [test] Current behavior for request APIs in generateStaticParams: #​91188
  • Update Rspack production test manifest: #​91301
  • Update Rspack development test manifest: #​91300
Credits

Huge thanks to @​ztanner, @​ijjk, @​sokra, @​lukesandberg, @​eps1lon, @​delbaoliveira, @​mischnic, @​unstubbable, @​vercel-release-bot, and @​wbinnssmith for helping!

v16.2.0-canary.96

Compare Source

Core Changes
  • perf: use Buffer.from for base64 encoding of binary Flight data: #​91221
  • Skip dimming when --inspect is used: #​91271
  • Respect generateStaticParams in instant navigation shell: #​91316
  • [Prefetch Inlining] Generate size-based hints on server: #​90891
  • Wire cache handlers in edge paths and add e2e regression coverage: #​91236
Misc Changes
  • docs(turbopack): Move singleton pattern documentation from mdbook to rustdoc: #​91175
  • Docs: Split route segment config options into their own files: #​90991
  • Turbopack: rename CSS module structs for clarity: #​91304
  • [test] Deflake instant-navs-devtools: #​91256
  • Expose resolved invocation targets in next-routing: #​91242
  • Delete blob files during compaction when entries are superseded: #​91314
  • [test] Resolve stale merge issues: #​91329
  • Turbopack: Remove the IntoTraitRef trait, make it an inherent method on Vc: #​91223
Credits

Huge thanks to @​bgw, @​delbaoliveira, @​benfavre, @​unstubbable, @​mischnic, @​acdlite, @​eps1lon, @​ijjk, and @​sokra for helping!

v16.2.0-canary.95

Compare Source

Core Changes
  • chore(deps): Bump tar from 7.5.7 to 7.5.11 in /packages/next: #​91233
  • Upgrade React from 46103596-20260305 to 5e9eedb5-20260312: #​91272
  • feat(server): expose requestMeta router helpers and merge fallback context: #​91235
  • [Instant] Show owner stack for validation-blocking errors: #​91277
  • Hydrate page loads during instant navigation testing: #​91207
Misc Changes
  • docs(turbopack): Move mdbook "tasks" docs over to turbo_tasks::function rustdoc: #​91132
  • test-new-tests: enable adapter in deploy flow: #​91269
  • Revert "Exclude partial fallback for deploy mode": #​91172
  • [test] Properly log framereceived payload: #​91266
  • docs(turbopack): Merge task input docs from mdbook into rustdocs: #​91136
  • bundle-analyzer: merge _app route modules into current route visualization: #​90841
  • docs(turbopack): Migrate docs about traits from mdbook to rustdocs: #​91170
  • Remove LMDB backend and ReadTransaction abstractions from turbo-tasks-backend: #​91284
Credits

Huge thanks to @​bgw, @​ijjk, @​ztanner, @​eps1lon, @​lubieowoce, @​wbinnssmith, @​acdlite, and @​lukesandberg for helping!

v16.2.0-canary.94

Compare Source

Core Changes
  • [cna] Bump picocolors to 1.1.1: #​91252
  • [Instant] Build-time validation: #​90964
  • [Instant] fix instant config suggested by editor plugin: #​91262
Misc Changes
  • TURBOPACK: typescript transform support verbatimModuleSyntax: #​90907
  • [ci] Disable test-level retries during flakiness detection: #​91261
  • [cna] Bump vendored json-schema-types: #​91255
  • Remove sequential madvise for compressed blocks in StaticSortedFile: #​91263
Credits

Huge thanks to @​fireairforce, @​eps1lon, @​lubieowoce, and @​sokra for helping!

v16.2.0-canary.93

Compare Source

Core Changes
  • Adds a Start button to the Instant Navs panel to initiate inspection …: #​91216
  • Preserve RSC metadata in Proxy request with skipProxyUrlNormalize: #​91213
Misc Changes
  • fix(turbopack): unref ThreadsafeFunctions to allow Node.js exit after build: #​91107
  • remove worktrees accidentally committed in #​90166: #​91215
  • Fix syntax contexts in server action transform: #​91210
  • docs(turbopack): Merge the contents of the "cells" page in the mdbook with our rustdocs: #​91126
Credits

Huge thanks to @​xusd320, @​samselikoff, @​lukesandberg, @​mischnic, @​bgw, and @​ijjk for helping!

v16.2.0-canary.92

Compare Source

Core Changes
  • [turbopack] Render code frames on the turbopack side: #​90534
  • Add experimental.lightningCssFeatures config option: #​90901
  • fix: correct appPaths sort order for parallel routes with route groups: #​91160
  • Tracing: tag spans as failed if their runner fn fails: #​91206
Misc Changes
  • [turbopack] hashing improvements to turbo-persistence: #​90936
  • [turbopack] Move empty snapshot filtering into take_snapshot: #​90166
  • docs(turbopack): Merge old turbo-tasks concept mdbook page with crate's top-level rustdoc: #​91120
  • Add RDC action test to deploy manifest and update PR test trigger: #​91173
  • [Turbopack] Don't attempt to compress key blocks containing small keys: #​90881
  • Lint against .context(format!(...)): #​91122
Credits

Huge thanks to @​lukesandberg, @​bgw, @​ijjk, @​sokra, @​mischnic, @​timneutkens, and @​wbinnssmith for helping!

v16.2.0-canary.91

Compare Source

Misc Changes
  • [turbopack] Add support for fixed key blocks: #​90844
  • [turbopack] Encode task storage directly during persistence (skip clone): #​89412
Credits

Huge thanks to @​lukesandberg for helping!

v16.2.0-canary.90

Compare Source

Core Changes
  • fix(css): rewrite MiniCssExtractPlugin insert function to ES5 to support legacy browsers: #​90556
  • Revert "Address review feedback: extract modules, clean up imports": #​91159
Misc Changes
  • fix: Use a pnpm preinstall script to fix catch-22 in next binary creation: #​91016
  • Exclude partial fallback for deploy mode: #​91163
  • docs: More Server Actions security guidance across docs: #​90878
  • docs: Streaming guide: #​90779
Credits

Huge thanks to @​bgw, @​ijjk, @​sleitor, and @​icyJoseph for helping!

v16.2.0-canary.89

Compare Source

Core Changes
  • Updates to Instant Navs devtools functionality: #​91005
  • Trace upload: add git and environment info: #​91124
Misc Changes
  • chore(docs): mention behavior of redirects and remotePatterns: #​91151
Credits

Huge thanks to @​samselikoff, @​styfle, and @​wbinnssmith for helping!

v16.2.0-canary.88

Compare Source

Misc Changes
  • Turbopack: introduce ReferenceTypeCondition: #​91101
Credits

Huge thanks to @​mischnic for helping!

v16.2.0-canary.86

Compare Source

Core Changes
  • Improve webpack loader error messages and handling: #​89698
  • Turbopack: implement module.hot.accept(deps, cb) and module.hot.decline(deps): #​90443
  • partial fallbacks: gate behind experimental flag: #​91123
  • fix: app-page URL normalization: #​91121
Example Changes
  • example: remove duplicate items in .dockerignore: #​91079
Misc Changes
  • Turbopack: show specific SWC error messages as error titles: #​91022
  • Turbopack: correctly use ChunkGroup::Shared: #​90978
  • Add script to patch project with preview tarball URLs: #​91057
  • Fix pr-status script missing failed jobs on page 2+ of API results: #​91087
  • Turbopack: don't panic due to eventual consistency in module merging: #​91088
  • fix: run lerna on a branch: #​91092
  • docs(localFont): enhance details about using the localFont function: #​88189
  • Fix preview tarball script to include @​next/swc-linux-x64-gnu: #​91099
  • Improve unsafe code safety documentation in turbo-tasks-backend: #​90755
  • docs(contributing): Update setup in contributing/core/developing.md: #​91018
  • Turbopack: Pass hmr_enabled to ImportMetaBinding: #​91118
Credits

Huge thanks to @​sokra, @​mischnic, @​icyJoseph, @​thdxg, @​kowyo, @​bgw, @​wbinnssmith, and @​ztanner for helping!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies This updates dependency files label Jul 22, 2025
@github-actions
Copy link

github-actions bot commented Jul 22, 2025

GitLab Pipeline Action

General information

Link to pipeline: https://gitlab.com/code0-tech/development/cygnus/-/pipelines/2391931392

Status: Passed
Duration: 1 minutes

Job summaries

build

Preview available at https://code0-tech.gitlab.io/-/development/cygnus/-/jobs/13537510303/artifacts/out/index.html

@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 2cfc386 to 68522ae Compare July 24, 2025 21:03
@renovate renovate bot changed the title Update nextjs monorepo to v15.4.3 Update nextjs monorepo to v15.4.4 Jul 24, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 68522ae to 502febf Compare August 7, 2025 00:12
@renovate renovate bot changed the title Update nextjs monorepo to v15.4.4 Update nextjs monorepo to v15.4.6 Aug 7, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 502febf to 4fe0ee6 Compare August 18, 2025 23:00
@renovate renovate bot changed the title Update nextjs monorepo to v15.4.6 Update nextjs monorepo to v15.4.7 Aug 18, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 4fe0ee6 to 6692c8e Compare August 20, 2025 03:34
@renovate renovate bot changed the title Update nextjs monorepo to v15.4.7 Update nextjs monorepo to v15.5.0 Aug 20, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 6692c8e to 64418b0 Compare August 26, 2025 21:08
@renovate renovate bot changed the title Update nextjs monorepo to v15.5.0 Update nextjs monorepo to v15.5.1 Aug 26, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 64418b0 to d920737 Compare August 27, 2025 01:40
@renovate renovate bot changed the title Update nextjs monorepo to v15.5.1 Update nextjs monorepo to v15.5.2 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from d920737 to 832819d Compare August 31, 2025 08:11
@renovate renovate bot changed the title Update nextjs monorepo to v15.5.2 Update dependency eslint-config-next to v15.5.2 Aug 31, 2025
@renovate renovate bot changed the title Update dependency eslint-config-next to v15.5.2 Update dependency eslint-config-next to v15.5.3 Sep 19, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from 364414e to 9358039 Compare September 23, 2025 17:05
@renovate renovate bot changed the title Update dependency eslint-config-next to v15.5.3 Update dependency eslint-config-next to v15.5.4 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from a82fe36 to 2d5dca7 Compare October 1, 2025 08:39
@renovate renovate bot changed the title Update dependency eslint-config-next to v15.5.4 Update nextjs monorepo to v15.5.4 Oct 1, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 2d5dca7 to 539a91b Compare October 13, 2025 18:07
@renovate renovate bot changed the title Update nextjs monorepo to v15.5.4 Update nextjs monorepo to v15.5.5 Oct 13, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 539a91b to 95d687e Compare October 17, 2025 04:38
@renovate renovate bot changed the title Update nextjs monorepo to v15.5.5 Update nextjs monorepo to v15.5.6 Oct 17, 2025
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from 492461a to 877bc13 Compare October 23, 2025 19:59
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 9624f9c to 5c6500e Compare December 31, 2025 12:31
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 5c6500e to fffdcb3 Compare January 7, 2026 15:31
@renovate renovate bot changed the title Update dependency eslint-config-next to v15.5.9 Update nextjs monorepo to v15.5.9 Jan 7, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from fffdcb3 to 29d66eb Compare January 26, 2026 18:38
@renovate renovate bot changed the title Update nextjs monorepo to v15.5.9 Update nextjs monorepo Jan 26, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 29d66eb to 6df63cf Compare January 26, 2026 21:01
@renovate renovate bot changed the title Update nextjs monorepo Update nextjs monorepo to v15.5.10 Jan 26, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 6df63cf to d949bed Compare January 28, 2026 18:58
@renovate renovate bot changed the title Update nextjs monorepo to v15.5.10 Update dependency eslint-config-next to v15.5.10 Jan 28, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from d949bed to 22f4d04 Compare January 29, 2026 01:11
@renovate renovate bot changed the title Update dependency eslint-config-next to v15.5.10 Update dependency eslint-config-next to v15.5.11 Jan 29, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch 2 times, most recently from 91b762f to 61bad3c Compare February 4, 2026 20:57
@renovate renovate bot changed the title Update dependency eslint-config-next to v15.5.11 Update dependency eslint-config-next to v15.5.12 Feb 4, 2026
@vercel
Copy link

vercel bot commented Feb 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cygnus Ready Ready Preview, Comment Mar 18, 2026 1:34am

@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 61bad3c to 27d7a8f Compare February 12, 2026 16:00
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 27d7a8f to 4903260 Compare March 13, 2026 15:49
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 4903260 to 49659e2 Compare March 17, 2026 01:20
@renovate renovate bot changed the title Update dependency eslint-config-next to v15.5.12 Update dependency eslint-config-next to v15.5.13 Mar 17, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 49659e2 to 45c3643 Compare March 17, 2026 18:45
@renovate renovate bot changed the title Update dependency eslint-config-next to v15.5.13 Update dependency next to v16.2.0-canary.102 Mar 17, 2026
@renovate renovate bot force-pushed the renovate/nextjs-monorepo branch from 45c3643 to c31e7f9 Compare March 18, 2026 01:32
@renovate renovate bot changed the title Update dependency next to v16.2.0-canary.102 Update dependency next to v16.2.0-canary.103 Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This updates dependency files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant